Gets or sets a value that determines whether the script is shared with other jobs
__property VARIANT_BOOL Shared;
VARIANT_BOOL Shared;
Property Shared() As VARIANT_BOOL
false
If Shared is True, the Script appears in the Shared Scripts view in the adTempus Console. Use the SecurityDescriptor to specify which users have access to it.
If Shared is True you may use the Script in more than one place (e.g., for more than one job, or in more than one place within a job). If Shared is False, the Script must be used in only one place or data corruption may occur.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|